home *** CD-ROM | disk | FTP | other *** search
/ Champak 64 / Volume 64 - JOGO DISK .iso / Games / the_best_every_day.swf / scripts / DefineButton2_795 / BUTTONCONDACTION on(release).as
Text File  |  2008-04-10  |  363b  |  12 lines

  1. on(release){
  2.    _parent.play();
  3.    _global.Transition.play();
  4.    _global.Transition.TransFunc = function()
  5.    {
  6.       trace("_global.GS._currentframe before = " + _global.GS._currentframe);
  7.       _global.GS.gotoAndStop("EndCard");
  8.       trace("_global.GS._currentframe after = " + _global.GS._currentframe);
  9.       _global.Pack.bInGame = false;
  10.    };
  11. }
  12.